home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / OUI / include / rcs / eslide.h < prev    next >
Encoding:
Text File  |  1998-04-08  |  433 b   |  35 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks
  5.     dlorre:1.1; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.1
  10. date    96.08.22.02.05.49;    author dlorre;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @Oui.lib -- Object User Interface
  17. Projet créé en 1994
  18. Auteur: Dominique Lorre
  19. @
  20.  
  21.  
  22. 1.1
  23. log
  24. @Initial revision
  25. @
  26. text
  27. @// eslide.h
  28. // créé le 11/07/94
  29. // auteur : Dominique Lorre
  30.  
  31. #define SL_Min      (TAG_USER + 1)
  32. #define SL_Max      (TAG_USER + 2)
  33. #define SL_Level    (TAG_USER + 3)
  34. @
  35.